Build fixes for gdkrgb
authorManish Singh <yosh@src.gnome.org>
Wed, 15 Jul 1998 21:15:33 +0000 (21:15 +0000)
committerManish Singh <yosh@src.gnome.org>
Wed, 15 Jul 1998 21:15:33 +0000 (21:15 +0000)
-Yosh

config.h.in
gdk/Makefile.am

index 1c4ab3e3a5b689035113a10775ecd15835167045..c14d37bf2adf6aaebe5372ada81437a596eec65c 100644 (file)
 /* Define if you have the ANSI C header files.  */
 #undef STDC_HEADERS
 
+/* Define if your processor stores words with the most significant
+   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
+#undef WORDS_BIGENDIAN
+
 /* Define if the X Window System is missing or not being used.  */
 #undef X_DISPLAY_MISSING
 
index 2aaa0dee7a22f259a6be7017ae4018e48cd29d47..002e7c42bbf5d1421ef670aa116fd4b91ff1feb5 100644 (file)
@@ -23,6 +23,7 @@ libgdk_1_1_la_SOURCES = \
        gdkinputxfree.h \
        gdkpixmap.c     \
        gdkproperty.c   \
+       gdkrgb.c        \
        gdkrectangle.c  \
        gdkregion.c     \
        gdkselection.c  \
@@ -41,6 +42,7 @@ libgdk_1_1_la_SOURCES = \
 gdkinclude_HEADERS = \
        gdk.h           \
        gdkcursors.h    \
+       gdkrgb.h        \
        gdki18n.h       \
        gdkkeysyms.h    \
        gdkprivate.h    \